home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection 3 / Epic Collection 3, The (1997)(Epic Marketing)[!].iso / useful_tools / kingcon1.3 / docs / history next >
Text File  |  1978-06-30  |  9KB  |  266 lines

  1. KingCON v1.3 (31.05.94)
  2. =======================
  3.  
  4.     New features:
  5.     -------------
  6.     * Filename completion can be performed much faster now thanks to
  7.       an internal directory cache. It is activated with the option
  8.       DIRCACHE<filecachesize>/<commcachesize>/<volumes>.
  9.       The cache is shared among all open KingCON-consoles. Please
  10.       look in the documentation for details about this feature.
  11.  
  12.     * Two new menuitems under the "Console" menu to make the console
  13.       window jump to the next public screen, or to a screen you
  14.       select from a list.
  15.  
  16.     * A new substitution-string, %A, can be used to insert the
  17.       current directory in the titlebar (or icon's title), where as
  18.       much as possible of the path has been replaced with an assign.
  19.       (For example, "Ram Disk:ENV/Sys" => "ENV:Sys")
  20.  
  21.     * The substitution-string %V inserts just the volumename of
  22.       the current directory.
  23.  
  24.     * Two new line-editing keys have been added:
  25.  
  26.          Control-P    - Repeats the previous word.
  27.  
  28.          Control-T    - Inserts the arguments for the previus command
  29.                    stored in the history-buffer.
  30.  
  31.     * The select-window is opened under the mousepointer to
  32.       make life easier for SunMouse-users.
  33.  
  34.     * The new NOSHORTCUTS-option removes the Amiga-key shortcuts
  35.       for the menus. This is useful if you for example can't get
  36.       used with the fact that the console responds to Amiga-Q.
  37.  
  38.     Fixed problems:
  39.     ---------------
  40.     * The DOS doesn't hang if KingCON is run together with xData.
  41.       (The fault is xData's, though :) Note that a diskloaded
  42.       font can't be used in the window if you are running xData.
  43.       If you experience problems with diskloaded fonts in combination
  44.       with other programs that patch the AmigaDOS Open()-function,
  45.       then PLEASE contact me.
  46.  
  47.     * Several problems with different versions of the
  48.       dir-replacement "ls" solved.
  49.  
  50.     * The select-window could crash and cause enforcer-hits
  51.       on some machines. Shouldn't do that anymore.
  52.  
  53.     * Doesn't crash if a non-existant prefs-file was specified,
  54.       either by putting the name right after KCON: or using
  55.       the PREFS-option.
  56.  
  57.     * Empty "path-components" in the filename used to open a
  58.       KCON-window caused enforcer-hits.
  59.  
  60.     * Pending packets to the handler aren't lost when the window
  61.       is iconified.
  62.  
  63.     * Sometimes the review-buffer could insert line-feeds in
  64.       wrong places.
  65.  
  66.     * After using the review-buffer, the console doesn't slow
  67.       down on deep screens anymore.
  68.  
  69.     * The control-sequence that is generated when the close-gadget
  70.       is pressed in raw-mode is now correct.
  71.  
  72.     * The raw-mode in a window opened in cooked mode reports
  73.       control-sequences in a way that is compatible with CON:
  74.  
  75.     * ARexx-programs can now be stopped with Control-C.
  76.  
  77.     * The packets ACTION_STACK and ACTION_QUEUE returned
  78.       ERROR_ACTION_NOT_KNOWN, even if they were supported
  79.       by the handler.
  80.  
  81.     * ACTION_CHANGE_SIGNAL now has the correct returncodes.
  82.  
  83.     * KingCON sometimes lost track of the current dir when
  84.       started from the OS2.0 Shell-icon.
  85.  
  86.     * The system's default font is always used in a window opened
  87.       on the Workbench, instead of the screen font.
  88.  
  89.     * Some cosmetical misfeatures in the filename-completion
  90.       were removed.
  91.  
  92.  
  93. KingCON v1.2 (22.03.94)
  94. =======================
  95.  
  96.     New features:
  97.     -------------
  98.     * Default options can be saved in an environment variable.
  99.  
  100.     * Added new selection-methods that don't involve opening a window
  101.       when several files match during filename-completion.
  102.       This is configured with the FNCMODE-option.
  103.  
  104.     * The memory for the review-buffer can be static if you specify a
  105.       negative value after MAXBUF.
  106.  
  107.     * An extra gadget in the titlebar lets you iconify the window
  108.       quickly using the mouse. The image comes from MUI by
  109.       Stefan Stuntz.
  110.  
  111.     * The review-buffer has gone through some cosmetic changes, making
  112.       it look better when you scroll through it.
  113.  
  114.     * You can now insert the current directory, process number etc
  115.       in the titlebar by using substitution-strings, like the
  116.       AmigaDOS Prompt-command.
  117.  
  118.     * A custom icon, to use when the console is iconified, can be
  119.       defined with the IMAGE-option. An exact position on the
  120.       screen can be specified with ICONPOS<x>/<y>.
  121.  
  122.     * The title for the icon can be specified with ICONTITLE.
  123.  
  124.     * MENUFY-option to create a menuitem in the Tools-menu when
  125.       the window is iconified.
  126.  
  127.     * KEEPCLOSED-option to prevent the window from opening if text is
  128.       ouput to the console while it is iconified.
  129.  
  130.     * FASTUPDATE-option for increasing the speed of the review-buffer.
  131.       Especially useful for 68000-owners. It works by simply updating
  132.       the scrollbar more seldom.
  133.  
  134.     * POPSCREEN-option to bring the screen, on which the window is
  135.       opened, to front.
  136.  
  137.     * New editing- and manouveringkeys:
  138.  
  139.         Control-Left Arrow    - Moves to the previous part of a filename.
  140.         Control-Right Arrow    - Moves to the next part of a filename.
  141.         Control-Up Arrow    - Moves up one line in the review.
  142.         Control-Down Arrow    - Moves down one line in the review.
  143.         Control-Backspace    - Deletes a part of a filename to the left.
  144.         Control-Delete    - Deletes a part of a filename to the right.
  145.  
  146.     * New menu-shortcuts:
  147.         Amiga-J        - Enable/disable jump-scroll.
  148.         Amiga-.        - Show/hide .info-files.
  149.         Amiga-W        - Enable/disable review-buffer.
  150.  
  151.     * When completing a filename and no files match your pattern,
  152.       the devicelist is searched automatically, (just as if you
  153.       had pressed Shift-TAB).
  154.  
  155.     * When you Maximize a window, it doesn't cover the first
  156.       raster line of the screen, so you easily can drag it
  157.       with the mouse.
  158.  
  159.  
  160.     Things that should have been in earlier versions:
  161.     -------------------------------------------------
  162.     * RAW: works now.
  163.  
  164.     * The console doesn't hang if you have v36 of diskfont.library.
  165.       KingCON can even run if some disk-based libraries are
  166.       missing, but some features will be disabled.
  167.  
  168.     * The filename-completion doesn't keep any directory-locks.
  169.  
  170.     * KingCON doesn't crash when trying to open its window on SID2.
  171.  
  172.     * The window is activated when you drop an icon on it.
  173.  
  174.     * WINDOW-option accepts 0x in front of the address like CON:
  175.  
  176.     * SCREEN-option recognises * as the top screen like CON: does.
  177.  
  178.     * Stored command-lines are printed before they are executed when
  179.       you have specified asynchronous typeahead.
  180.  
  181.     * Failing to complete a filename doesn't produce a NULL-character
  182.       on the command-line.
  183.  
  184.     * Wildcards can be used when completing device-names.
  185.  
  186.     * The path in the window-title doesn't mysteriously disappear.
  187.  
  188.     * KingCON understands which process to signal better.
  189.  
  190.     * SetKeyMap works in a KingCON-window.
  191.  
  192.     * The correct font is always used when opening a window on a
  193.       public screen.
  194.  
  195.     * The ARexx-commands Queue, Push and Lines can now be used
  196.       in a KingCON-window. They all use some of the many
  197.       undocumented features of CON:. For example, WaitForChar()
  198.       returns the number of lines in the console's internal
  199.       readbuffer in IoErr().
  200.  
  201.     * Lots of other things that you probably never noticed.
  202.  
  203.  
  204. KingCON v1.1 (15.12.93)
  205. =======================
  206.  
  207.     New features:
  208.     -------------
  209.     * Some more edition functions were added:
  210.  
  211.         Shift-BS        - Deletes the line to the left.
  212.         Shift-Del        - Deletes the line to the right.
  213.         Alt-BS        - Deletes a word to the left.
  214.         Alt-Del        - Deletes a word to the right
  215.         Amiga-Del        - Deletes a whole word.
  216.         Shift-RETURN    - The current command-line is saved to
  217.                       the history-buffer, but it isn't executed.
  218.  
  219.     * The ALT-option allows you to specify the zoom-size more precisely
  220.       than MINI.
  221.  
  222.     * Asynchronous typeahead is possible with the ASYNC-option.
  223.  
  224.     * When a filename with spaces is in it is selected with filename-
  225.       completion, leading and trailing quotationmarks are added.
  226.  
  227.     * You can now drop Workbench icons in the console window to insert
  228.       their filenames in the command line.
  229.  
  230.     * The console window can be iconified and put on the Workbench
  231.       as an AppIcon. This replaces the Minimize-function.
  232.  
  233.     * AmigaDOS wildcards can be used when completing filenames.
  234.  
  235.     * The current directory is shown in the titlebar if you specify
  236.       the SHOWDIR-option.
  237.  
  238.     * The review-buffer's maximum size can be set with the MAXBUF-option.
  239.  
  240.  
  241.     Features that should have been in v1.0:
  242.     ---------------------------------------
  243.     * The 68000-version doesn't contain any 68020-compiled code...
  244.  
  245.     * The console doesn't freeze randomly in RAW-mode.
  246.  
  247.     * Keymaps with multiple-character keys are understood properly.
  248.  
  249.     * The ASL-requester no longer generates Enforcer-hits.
  250.  
  251.     * It is possible to use Amiga-V for pasting in RAW-mode.
  252.  
  253.     * The window's title can now contain ':'.
  254.  
  255.     * The '['-character is visible in the review-buffer.
  256.  
  257.     * The review-buffer understands CR better.
  258.  
  259.     * In addition to this, some minor bugs were fixed in the
  260.       command-line editing and the scrollgadget.
  261.  
  262.  
  263. KingCON v1.0 (13.10.93)
  264. =======================
  265.  
  266.     * First release